home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / cbzone / bitmaps / cshape.bits next >
Text File  |  1995-05-03  |  281b  |  7 lines

  1. #define cshape_width 16
  2. #define cshape_height 16
  3. static char cshape_bits[] = {
  4.    0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0xfc, 0x3f, 0xfc, 0x3f,
  5.    0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f,
  6.    0xfe, 0x7f, 0xfe, 0x7f, 0xfc, 0x3f, 0xfc, 0x3f};
  7.